home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Corrida / SamDodge.swf / scripts / DefineButton2_74 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2001-07-07  |  89 b   |  8 lines

  1. on(release){
  2.    tellTarget("/roads")
  3.    {
  4.       play();
  5.    }
  6.    gotoAndPlay(1);
  7. }
  8.